All Questions
2 questions
4votes
0answers
2kviews
How to train continuous/soft classification model?
The classic classification problem is like finding the function $F:\mathbb{R}^n\mapsto \{0,1\}$. The label set will be [Apple,Banana,Banana,...,Apple]. What if I want to train a function $F:\mathbb{R}...
0votes
1answer
49views
Classification vs Regression Algorithms - Should exists algorithms only for Classification and/or Regression
Dummy question: There exists algorithms that should only be used for Classification or Regression problems? For example, should Random Forest should only be apply on Classification problems and ...